@model IEnumerable @{ ViewData["Title"] = "ASP .NET MVC Grid RTL Example"; } @{ var employee = Model.FirstOrDefault(); }